home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 71427 / 71427.xpi / chrome / sling.jar / content / slingPreferences.xul < prev   
Extensible Markup Language  |  2010-02-04  |  5KB  |  70 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  3. <?xml-stylesheet href="chrome://sling/skin/dict.css" type="text/css"?>
  4.  
  5. <!DOCTYPE prefindow SYSTEM "chrome://sling/locale/dict.dtd">
  6.  
  7. <prefwindow id="slingPref"
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  9.     title="&dict.prefTitle;"
  10.     onload="extensions_a_teo_pl.sling_extension.loadCurrentPreferences();"
  11.     minwidth="270">
  12.  
  13.     <prefpane id="paneDict" label="&dict.general;">
  14.         <preferences/>
  15.         <groupbox flex="1">
  16.             <caption label="&dict.prefDesc;"/>
  17.             <groupbox id="dictgroup">
  18.                 <caption label="&dict.languages;"/>
  19.                 <vbox id="dictbox">
  20.                     <checkbox id="LingCheckbox" label="&dict.Ling.label;" accesskey="&dict.keyLing;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  21.                     <checkbox id="DikiCheckbox" label="&dict.Diki.label;" accesskey="&dict.keyDiki;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  22.                     <checkbox id="DictCheckbox" label="&dict.Dict.label;" accesskey="&dict.keyDict;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  23.                     <checkbox id="AngoolCheckbox" label="&dict.Angool.label;" accesskey="&dict.keyAngool;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();" preference="angoolCurrentSetting"/>
  24.                 </vbox>
  25.             </groupbox>
  26.             <groupbox id="synbox">
  27.                 <caption label="&dict.synonimes;"/>
  28.                 <checkbox id="SynonimyCheckbox" label="&dict.Synonimy.label;" accesskey="&dict.keySynonim;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  29.                 <checkbox id="MsSyAnCheckbox" label="&dict.SynMega.label;" accesskey="&dict.keyMega;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  30.             </groupbox>
  31.             <separator class="thin"/>
  32.             <checkbox id="OptionsCheckbox" label="&dict.Options;" accesskey="&dict.keyOptions;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  33.         </groupbox>
  34.     </prefpane>
  35.     <prefpane id="paneMega" label="&dict.megapane;">
  36.         <preferences/>
  37.         <groupbox id="megagroup">
  38.             <caption label="&dict.prefDesc;"/>
  39.             <vbox id="megabox">
  40.                 <checkbox id="MsEnCheckbox" label="&dict.MsEn.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  41.                 <checkbox id="MsDeCheckbox" label="&dict.MsDe.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  42.                 <checkbox id="MsRuCheckbox" label="&dict.MsRu.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  43.                 <checkbox id="MsFrCheckbox" label="&dict.MsFr.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  44.                 <checkbox id="MsEsCheckbox" label="&dict.MsEs.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  45.                 <checkbox id="MsItCheckbox" label="&dict.MsIt.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  46.                 <checkbox id="MsSeCheckbox" label="&dict.MsSe.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  47.                 <checkbox id="MsDkCheckbox" label="&dict.MsDk.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  48.                 <checkbox id="MsHrCheckbox" label="&dict.MsHr.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  49.                 <checkbox id="MsUaCheckbox" label="&dict.MsUa.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  50.                 <checkbox id="MsNoCheckbox" label="&dict.MsNo.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  51.             </vbox>
  52.         </groupbox>
  53.     </prefpane>
  54.     <prefpane id="paneOnet" label="&dict.onetpane;">
  55.         <preferences/>
  56.         <groupbox id="onetbox" flex="1">
  57.             <caption label="&dict.prefDesc;"/>
  58.             <checkbox id="OnetEnCheckbox" label="&dict.OnetEn.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  59.             <checkbox id="OnetDeCheckbox" label="&dict.OnetDe.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  60.             <checkbox id="OnetFrCheckbox" label="&dict.OnetFr.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  61.             <checkbox id="OnetSpCheckbox" label="&dict.OnetSp.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  62.             <checkbox id="OnetItCheckbox" label="&dict.OnetIt.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  63.             <checkbox id="OnetRuCheckbox" label="&dict.OnetRu.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  64.             <checkbox id="OnetHebCheckbox" label="&dict.OnetHeb.label;" oncommand="extensions_a_teo_pl.sling_extension.makeChanges();"/>
  65.         </groupbox>
  66.     </prefpane>
  67.  
  68.     <script type="application/x-javascript" src="slingPreferences.js"/>
  69.  
  70. </prefwindow>